home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / misc / vcb.readme < prev    next >
Text File  |  1992-10-27  |  2KB  |  50 lines

  1. Short: BOOPSI gadget class implementation
  2.  
  3. Implementation of the Virtual Coordinate Box (VCB) BOOPSI class
  4.  
  5. VERSION
  6.     1.0 beta
  7.  
  8. DISTRIBUTION
  9.     This distribution includes the following files
  10.         README                this file
  11.         README.lib            some comments on the scanned library
  12.         callhook.c            support (probably not needed by others than Aztec)
  13.         domethod.c            support (probably not needed by others than Aztec)
  14.         hookentry.asm        support (probably not needed by others than Aztec)
  15.         makefile            makefile to create the scanned library
  16.         setuphook.c            support (probably not needed by others than Aztec)
  17.         tags                vi tags
  18.         test                test example
  19.         test.c                source of test example
  20.         vcb.doc                the main documentation
  21.         vcb.h                the public header file (needed by client programs)
  22.         vcb.lib                the scanned library for Manx/Aztec Linker
  23.         vcb.n                nro source of documentation
  24.         vcb_private.h        private header file
  25.         vcbclass.c            the VCB class module
  26.         vcx.h                public header file of VCX class (undocumented)
  27.         vcx_private.h        private header file
  28.         vcxclass.c            the VCX class module (undocumented)
  29.         vcxtest                test example for VCX class
  30.         vcxtest.c            source of test example for VCX class
  31.  
  32. COPYRIGHT
  33.     The material published in this distribution is Freeware.
  34.     
  35.     It may only be passed on unmodified and in its present
  36.     composition. In particular, this copyright notice must be
  37.     included and must be intact.
  38.  
  39.     The Manx library included and other object modules/libraries
  40.     that you may want to create from the sources included in this
  41.     package may be used freely in other software projects.
  42.  
  43.     However, when used in a commercial software package, a statement
  44.     of this copyright must be made visible for the user in
  45.     the program and/or in the printed documentation.
  46.  
  47. AUTHOR
  48.     Stefan Reisner, Aachener Straße 399, 5000 Köln 41, Germany.
  49.     Internet : sr@ph-cip.uni-koeln.de
  50.